Crate toad_map

source ·
Expand description

This microcrate contains a Map trait that generalizes HashMap semantics to std, alloc and no_std platforms.

Structs

  • An iterator over the entries of a Map.
  • A mutable iterator over the entries of a Map.

Enums

  • Things that can go unhappily when trying to insert into a map

Traits

  • An collection of key-value pairs